home *** CD-ROM | disk | FTP | other *** search
/ CD Practico: Seleccion De Shareware / CD Practico: Seleccion de Shareware.iso / WIN95 / EDITORES / ITALY_~1.ZIP / CWWAVE.INF < prev    next >
Windows Setup INFormation  |  1997-04-09  |  1KB  |  51 lines

  1. ; Windows 95 Modem Serial Wave Device INF file
  2. ; CommWave 336 PNP / CommWave HSP 336
  3. ; INF version 3.0
  4. ; Date : 9 April 1997
  5.  
  6. [Version]
  7. Signature="$Windows95$"
  8. Class=MEDIA        ;; needed - this is a wave driver, so gets installed in media
  9. provider=%MFR%
  10.  
  11. [ClassInstall]
  12. Addreg=Class.AddReg    ;; standard media stuff
  13.  
  14. [Class.AddReg]        ;; standard media stuff
  15. HKR,,,,%MediaClassName%
  16. HKR,,Icon,,"-1"
  17. HKR,,Installer,,mmci.dll
  18.  
  19. [Manufacturer]
  20. %MFR%=Model
  21.  
  22. [Model]
  23. %Device1.DeviceDesc%=DEVICE1,  MODEMWAVE\CommWave_336_Internal_Modem
  24. %Device1.DeviceDesc%=DEVICE1,  MODEMWAVE\CommWave_336_PnP_Internal_Modem
  25.  
  26. [DEVICE1]
  27. AddReg=MSSERWAVE.AddReg, DEVICE1.AddReg
  28. Reboot
  29.  
  30. [DEVICE1.AddReg]
  31. HKR,Drivers\wave\serwvdrv.drv,Description,,%Device1.DeviceDesc%
  32. HKR,Config,XformModule,  , "umdmxfrm.dll"
  33. HKR,Config,XformID,     1, 04, 00, 00, 00
  34. HKR,Config,WaveDevices,  1, 02, 00        ;; normally, have 2 wave devices, line and
  35.                         ;; handset.  If handset is not supported
  36.                         ;; only have 1 wave device, so serwvdrv
  37.                         ;; needs to know this so it only reports
  38.                         ;; one device.  If this entry is omitted
  39.                         ;; default is 2
  40.  
  41. [MSSERWAVE.AddReg]                ;; this stuff should never change
  42. HKR,,DevLoader,,mmdevldr.vxd
  43. HKR,Drivers,MIGRATED,,0
  44. HKR,Drivers\wave,,,
  45. HKR,,Driver,,serwave.vxd
  46. HKR,Drivers\wave\serwvdrv.drv,Driver,,serwvdrv.drv
  47. HKR,Drivers,SubClasses,,"wave"
  48.  
  49. [Strings]
  50. MFR="Multiwave Innovation"
  51. Device1.DeviceDesc="CommWave Serial Wave Device"